home *** CD-ROM | disk | FTP | other *** search
/ Publication 50 / Publication_50_2003_Civitas_de_Disk_2_of_2_Side_B.d64 / bas5x5 2 (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  109b  |  8 lines

  1. 0 print"[147]";
  2. 10 a=12288
  3. 20 b=9
  4. 30 fori=0to4:forx=0to4
  5. 40 poke1024+i*40+x,peek(a+i*256+b*5+x)
  6. 50 nextx
  7. 60 nexti
  8.